Welcome![Sign In][Sign Up]
Location:
Search - combo box

Search list

[Windows Developccombobox

Description: 自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CAutoCompleteCombo use of this category (Note the introduction of the first paper), in the example I created a dialog CAutoCompleteCombo type of a variable" m _combo "in the box" nInitDialog () "function to add the following phrase :// TODO : Add extra initialization here m_combo.AddString (" America &quo
Platform: | Size: 27648 | Author: wang | Hits:

[Documentsautocompletioncombox

Description: 实现具有自动完成功能的组合框-achieve the complete automatic function of the combination box
Platform: | Size: 20480 | Author: | Hits:

[Other DatabasesDataInfo

Description: 前一段研究vc数据库时朋友帮我做的一个关于vc中ADO数据库中使用Combo Box的例子,很简单但是很实用。绝对原创!-vc database friends to help me do a vc on ADO database using Combo Box example, a very simple but practical. Absolutely original!
Platform: | Size: 564224 | Author: 闵敏 | Hits:

[JSP/JavaZipTest11

Description: A frame with a text area to show the contents of a file inside a zip archive, a combo box to select different files in the archive, and a menu to load a new archive.-A frame with a text area to show the contents of a file inside a zip archive. a combo box to select different files in the arch ive, and a menu to load a new archive.
Platform: | Size: 2048 | Author: ziting | Hits:

[ListView/ListBoxsepcmb_demo

Description: Recently I met a project requirement based on the current code to enhance a combo box with some separators, setting its items apart from different meanings, such as an example shown as below:
Platform: | Size: 38912 | Author: gxc | Hits:

[Othercombobox_4

Description: 在VC++中,用组合框实现字体自由选择,组合框可下拉-In VC , the combo box with fonts realize freedom of choice and can be drop-down combo box
Platform: | Size: 40960 | Author: 郑婉清 | Hits:

[GUI DevelopBuildXPControl

Description: 各类XP风格的控件类源码及示例,包括编辑框、按钮、LISTBOX,LISTCTRL,COMBOBOX-XP-style controls of various types of source code and examples, including the edit box, button, LISTBOX, LISTCTRL, COMBOBOX
Platform: | Size: 7368704 | Author: song | Hits:

[Graph DrawingColorChange

Description: 根据两个ComboBox中的变化,控制两个文本框中填充类型的变化!-According to the two ComboBox changes, control the text box filled with two types of changes!
Platform: | Size: 28672 | Author: kakaxi | Hits:

[ToolBarToolBarComboDemo

Description: 在应用程序的工具栏上添加了一个组合框,类似于Win Word里面选择字体功能组合框-In the application toolbar to add a combo box, similar to Win Word function inside Select the font combo box
Platform: | Size: 49152 | Author: Sky Killer | Hits:

[Browser ClientMyIE

Description: VC做的简单网页浏览器,主要是利用了组件Combo box.-VC to do a simple web browser, the main component is the use of a Combo box.
Platform: | Size: 1951744 | Author: 剑虎 | Hits:

[File OperateSelectSyetemFolderCombobox

Description: 实现获取系统目录的组合框!非常好用的文件夹选取框!-To achieve access to the system directory of the combo box! Very easy to use folder Marquee!
Platform: | Size: 53248 | Author: 栗子 | Hits:

[Dialog_Windowcustomize_dialog

Description: 定制的Windows常见文件打开对话框 定制的共同文件打开对话框的目标如下: 启动在某一理想的目录,指定的客户端。 只显示文件夹目录中,而不是文件。 隐藏的两个按钮的工具栏,使用户无法提升之一层级或创建一个新文件夹。 使组合框顶部的对话框,显示当前文件夹只读,因此,用户可能不会选择另一个目录从这里。 防止用户更改目录时,用户类型的不同的路径在编辑框底部的对话框。包括通配符字符-Customized Windows Common File Open dialog box to open the joint document customization dialog box the following objectives: the ideal start in a directory, designated by the client. Display only folder directory, instead of paper. Two hidden toolbar button, so that users can not upgrade the one-level or create a new folder. To make combo box at the top of the dialog box shows the current folder read-only, therefore, the user may not select another directory from here. Prevent users to change the directory, the user types a different path in the edit box at the bottom of the dialog box. Include wildcard characters
Platform: | Size: 14336 | Author: mm | Hits:

[Internet-NetworkdhtmlxSuite

Description: 最新版的dhtmlx组件工具组合2.0,包括Combo Box, DataTree, Date等-The latest version of the 2.0 tools dhtmlx components, including Combo Box, DataTree, Date, etc.
Platform: | Size: 10756096 | Author: tlink727 | Hits:

[Linux-UnixComboBox

Description: Adding Items to a Combo Box and Displaying them in a QMessage Box i QT Programming
Platform: | Size: 4096 | Author: George | Hits:

[ComboBoxControls-Combo-Box

Description: VB6中控件combo box相关的多个实例- examples for how to use controls( combo box)
Platform: | Size: 4096 | Author: liujie | Hits:

[ComboBoxcombo-box

Description: 组合框的基本使用方法举例,该例子简短又经典,可以让我们和好的掌握和理解组合框-use combo box
Platform: | Size: 1887232 | Author: 王刚 | Hits:

[Dialog_WindowOn-loading-combo-box-font-toolbar

Description: 在对话框上添加字体组合框,这是也是我们进行编程时经常遇到的问题,希望对大家有用!-Dialog to add font combo box, which is frequently encountered problems of our programming, and hope to be useful!
Platform: | Size: 18128896 | Author: 黄德才 | Hits:

[assembly languageVC-combo-box

Description: 关于组合框的使用,选择组合框的内容,按下按钮,弹出刚才选择的内容的对话框-About the use of the combo box, select the contents of the combo box, press the button, the pop-up dialog boxes just selected content
Platform: | Size: 1910784 | Author: 刘晓波 | Hits:

[OS DevelopThe-combo-box

Description: 易语言组合框、列表框去重复数据妙法易语言易语言-The combo box, list box to duplicate data lotus
Platform: | Size: 1024 | Author: zhang | Hits:

[GUI DevelopCheckComboBox_src

Description: Enhanced MFC combo box control with check box
Platform: | Size: 6005 | Author: starcruises | Hits:
« 1 2 34 5 6 7 8 9 10 ... 33 »

CodeBus www.codebus.net